projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f110796
)
(install): Turn on read/execute permission.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 27 Dec 1995 14:10:19 +0000
(14:10 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 27 Dec 1995 14:10:19 +0000
(14:10 +0000)
lib-src/Makefile.in
patch
|
blob
|
history
diff --git
a/lib-src/Makefile.in
b/lib-src/Makefile.in
index 2ae07c39391e666b19e487246a3a1d115e67b42b..2ff86f527a1f5497572b66df71b84676d0951202 100644
(file)
--- a/
lib-src/Makefile.in
+++ b/
lib-src/Makefile.in
@@
-257,9
+257,11
@@
install: ${archlibdir}
@echo "Installing utilities for users to run."
for file in ${INSTALLABLES} ; do \
$(INSTALL_PROGRAM) $${file} ${bindir}/$${file} ; \
+ chmod a+rx ${bindir}/$${file}; \
done
for file in ${INSTALLABLE_SCRIPTS} ; do \
$(INSTALL_PROGRAM) ${srcdir}/$${file} ${bindir}/$${file} ; \
+ chmod a+rx ${bindir}/$${file}; \
done
uninstall: